home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / B-C / C++ FAQ Reference 1.0 / C++ FAQ Reference 1.0.rsrc / TEXT_1832.txt < prev    next >
Encoding:
Text File  |  1993-06-30  |  531 b   |  9 lines

  1. USL cfront release 3.0 provides implementations of a number of features that were previously flagged as 'sorry not implemented':
  2.  
  3.   templates, fully nested types, prefix and postfix increment and decrement
  4.   operators, initialization of single dimension arrays of class objects with
  5.   ctors taking all default arguments, use of operators &&, ||, and ?: with
  6.   expressions requiring temporaries of class objects containing destructors,
  7.   and implicit named return values.
  8.  
  9. The major feature not accepted by cfront 3.0 is exceptions.